TData
The type of the data.
LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Set<TData>(DicomScp,Boolean,TData,BeforeAddTagDelegate) Method
See Also 
Leadtools.Dicom.Scu Namespace > PerformedProcedureStepScu Class > Set Method : Set<TData>(DicomScp,Boolean,TData,BeforeAddTagDelegate) Method




Scp
The peer connection to send the N-SET-REQ to.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
Data
The data to send in the N-SET-REQ.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.
Scp
The peer connection to send the N-SET-REQ to.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
Data
The data to send in the N-SET-REQ.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.
Sends an N-SET-REQ to the SCP.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Set(Of TData)( _
   ByVal Scp As DicomScp, _
   ByVal ignoreClass As Boolean, _
   ByVal Data As TData, _
   ByVal beforeAdd As BeforeAddTagDelegate _
) 
Visual Basic (Usage)Copy Code
Dim instance As PerformedProcedureStepScu
Dim Scp As DicomScp
Dim ignoreClass As Boolean
Dim Data As TData
Dim beforeAdd As BeforeAddTagDelegate
 
instance.Set(Of TData)(Scp, ignoreClass, Data, beforeAdd)
C# 
public void Set<TData>( 
   DicomScp Scp,
   bool ignoreClass,
   TData Data,
   BeforeAddTagDelegate beforeAdd
)
Managed Extensions for C++ 
public: void Set<TData>( 
   DicomScp* Scp,
   bool ignoreClass,
   TData* Data,
   BeforeAddTagDelegate* beforeAdd
) 
C++/CLI 
public:
void Setgeneric<typename TData>
( 
   DicomScp^ Scp,
   bool ignoreClass,
   TData^ Data,
   BeforeAddTagDelegate^ beforeAdd
) 

Parameters

Scp
The peer connection to send the N-SET-REQ to.
ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.
Data
The data to send in the N-SET-REQ.
beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features